Masthead

HTML

Hyper Text Markup Language is the language that all your web pages are written in. Learning HTML is one of the most valuable skills you can have in the modern world.

You can write HTML directly and this is a good skill to have (see the associated optional lab). However, to write HTML quickly, you'll want to use an editor that allows you to edit web pages like you edit traditional documents in a word processor (i.e. MS-Word). This is also referred to as What-You-See-Is-What-You-Get (WYSIWYG) editing. I recommend the following two products because they allow you to edit HTML either as WYSIWYG or by editing the HTML directly.

You can also use a hosted solution. This is where an organization provides a server for you to access over the Internet. You either edit the files on a website or locally and then upload the files. Examples of these solutions include:

If you do a lot of work with web pages, you will want to learn how to "code" HTML. I feel the best resource for this is the W3Schools website. However, their website describes all of the HTML tags and you will only need a subset. I recommend focusing on the following tags:

Additional Resources

W3Schools - Excellent tutorials and reference information on HTML

 

Next >

© Copyright 2018 HSU - All rights reserved.